Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Function |from_option_number_u64

json/value::|from_option_number_u64


Usage

|from_option_number_u64<U>(value)

Generics

◻ U: ToU64

Parameters

↳ value: Option<U>

Return

Json


Convert an optional u64-convertible value into a JSON number, or null if value is none.